Vcenter Utilization Connections PortInfo
The Vcenter Utilization Connections PortInfo schema defines the utilization of a vCenter TCP server port.
This schema was added in vSphere API 9.1.0.0.
{
"name": "string",
"description": "string",
"port": 0,
"open_connections": 0,
"peers": [
{
"address": "string",
"port": 0,
"tcp_state": "string"
}
]
}
The name of the server port, for example "http".
This property was added in vSphere API 9.1.0.0.
It is missing or null if the port has no standard name.
Description of the server port.
This property was added in vSphere API 9.1.0.0.
It is missing or null if the port has no description.
The server port number.
This property was added in vSphere API 9.1.0.0.
The count of open TCP connections to this server.
This property was added in vSphere API 9.1.0.0.
The list of peers connected to this server port.
This property was added in vSphere API 9.1.0.0.